golang.org/x/net/trace.trace.finishStack (field)

5 uses

	golang.org/x/net/trace (current package)
		trace.go#L406: 		tr.finishStack = buf[:n]
		trace.go#L736: 	finishStack []byte // where finish was called, if DebugUseAfterFinish is set
		trace.go#L759: 	tr.finishStack = nil
		trace.go#L777: 	if DebugUseAfterFinish && tr.finishStack != nil {
		trace.go#L780: 		log.Printf("net/trace: trace used after finish:\nFinished at:\n%s\nUsed at:\n%s", tr.finishStack, buf[:n])